*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
body {
  font-family: Arial, "微软雅黑", sans-serif;
  color: #333;
  font-size: .16rem;
  width: 100%;
  line-height: 1.5;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}
address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul {
  margin: 0;
}
i {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
li {
  list-style: inherit;
}
input,
textarea,
button,
span,
li,
a,
div {
  border: none;
  outline: none;
  resize: none;
}
textarea {
  font-family: Arial, "微软雅黑", sans-serif;
  overflow: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
sup {
  vertical-align: top;
}
.bg-img-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-left {
  background-position: left center;
  background-repeat: no-repeat;
}
.imgs-btn img {
  cursor: zoom-in;
}
.lr-ti li {
  overflow: hidden;
  position: relative;
}
.lr-ti li .col {
  width: 50%;
  float: left;
}
.lr-ti li .txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lr-ti li .img img {
  width: 100%;
}
.lr-ti li:nth-child(2n) .col {
  float: right;
}
.lr-ti li:nth-child(2n) .col.txt {
  right: auto;
  left: 0;
}
.hvr-color {
  transition: all .3s;
}
.hvr-color:hover {
  color: #0069ca;
}
.com-padding {
  padding-top: .4rem;
  padding-bottom: 0;
}
.page-padding {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.com-sul .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
.com-ul {
  margin: 0 -0.1rem;
}
.com-li {
  padding: 0 .1rem;
}
.fc {
  color: #fff;
}
.sc {
  color: #0069ca;
}
.sbc {
  background-color: #0069ca;
}
.fbc {
  background-color: #fff;
}
.pc {
  color: #666;
}
.tsi {
  transition: all .3s;
}
.block {
  display: block;
}
.a-full-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.com-bg {
  background-color: #f4f4f4;
}
.bg-f {
  background-color: #fff;
}
.com-ba:before,
.com-ba:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}
.com-show {
  position: relative;
}
.com-show .com-show-item {
  visibility: hidden;
  transition: transform .5s;
  width: auto;

}
.com-show .com-show-item ul li{margin-bottom: 20px;}

.index-news .parBd ul li{float: left;width: 24.3%;margin-right: 20px;}
.index-news .parBd .sPrev{left: 140px;top: 60% ! important}
.index-news .parBd .sNext{right: 116px;top: 60% ! important}
.index-news .parBd .slideBox{overflow: hidden;padding: 0 30px; }

.com-show .com-show-item.active {
  position: relative;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  width: auto;
  z-index: 1;
}
.go-top {
  display: none;
  cursor: pointer;
}
.go-top:before,
.go-top:after {
  content: '';
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 5px;
  z-index: 9999;
}
.go-top:hover:after {
  background: #0069ca;
}
.go-top:before {
  background: none;
  width: 20px;
  height: 20px;
  right: 34px;
  bottom: 58px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 0;
  z-index: 99999;
}
.head-nav-bars {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 998;
}
.head-nav-bars span {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  transform: translateY(-50%);
  background-color: #444;
}
.head-nav-bars span:before,
.head-nav-bars span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #444;
  transition: all .3s;
}
.head-nav-bars span:after {
  top: 10px;
}
.head-nav-bars span.active {
  background: none;
}
.head-nav-bars span.active:before,
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(45deg);
  background-color: #0069ca;
}
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #0069ca;
}
.header-m {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  padding: 0 10px;
  transition: all .3s;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.header-m .w {
  position: relative;
}
.header-m .logo {
  position: relative;
}
.header-m .logo h1 {
  line-height: inherit;
}
.header-m .logo a {
  display: block;
  font-size: 0;
}
.header-m .logo img {
  height: 40px;
}
.header-m .logo p {
  position: absolute;
  top: 50%;
  left: .6rem;
  transform: translateY(-50%);
  color: #2d3540;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.header-m .logo p span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
.header-m .nav {
  position: fixed;
  left: 0;
  top: .6rem;
  width: 100%;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  transform: scaleX(0);
  transform-origin: right;
  transition: all .4s;
  z-index: 999;
}
.header-m .nav.active {
  transform: scaleX(1);
}
.header-m .nav:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
.header-m .nav li {
  text-align: center;
  line-height: 50px;
  position: relative;
  width: 50%;
  margin-left: 50%;
}
.header-m .nav li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  font-size: 16px;
  position: relative;
  transition: all .3s;
  z-index: 999;
}
.header-m .nav li:hover > a,
.header-m .nav li.active > a {
  color: #0069ca;
  border-bottom: 1px solid #0069ca;
}
.header-m .nav li .subnav {
  display: none;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #0069ca;
}
.swiper-pagination.swiper-pagination {
  bottom: 30px;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: .1rem;
  height: .1rem;
  border: 2px solid #0069ca;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%,-50%) rotate(45deg);
}
.swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #0069ca;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  border-color: #fff;
}
.fadein,
.fadein-top,
.fadein-bottom,
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: all 0.35s linear;
}
.fadein-top {
  transform: translateY(-0.1rem);
}
.fadein-bottom {
  transform: translateY(.1rem);
}
.fadein-left {
  transform: translateX(-0.1rem);
}
.fadein-right {
  transform: translateX(.1rem);
}
.effect.active .fadein,
.effect-hover:hover .fadein,
.effect-hover.fadein:hover,
.effect.fadein {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadeout,
.fadeout-top,
.fadeout-bottom,
.fadeout-left,
.fadeout-right {
  transition: all 0.35s linear;
}
.effect.active .fadeout,
.effect-hover:hover .fadeout,
.effect-hover.fadeout:hover,
.effect.fadeout {
  opacity: 0;
}
.effect.active .fadeout-top,
.effect-hover:hover .fadeout-top,
.effect-hover.fadeout-top:hover,
.effect.fadeout-top {
  transform: translateY(-0.1rem);
}
.effect.active .fadeout-bottom,
.effect-hover:hover .fadeout-bottom,
.effect-hover.fadeout-bottom:hover,
.effect.fadeout-bottom {
  transform: translateY(.1rem);
}
.effect.active .fadeout-left,
.effect-hover:hover .fadeout-left,
.effect-hover.fadeout-left:hover,
.effect.fadeout-left {
  transform: translateX(-0.1rem);
}
.effect.active .fadeout-right,
.effect-hover:hover .fadeout-right,
.effect-hover.fadeout-right:hover,
.effect.fadeout-right {
  transform: translateX(.1rem);
}
.offset-top,
.offset-bottom,
.offset-left,
.offset-right {
  transition: all 0.35s ease;
}
.effect.active .offset-top,
.effect-hover:hover .offset-top,
.effect-hover.offset-top:hover,
.effect.offset-top {
  transform: translateY(-0.1rem);
}
.effect.active .offset-bottom,
.effect-hover:hover .offset-bottom,
.effect-hover.offset-bottom:hover,
.effect.offset-bottom {
  transform: translateY(.1rem);
}
.effect.active .offset-left,
.effect-hover:hover .offset-left,
.effect-hover.offset-left:hover,
.effect.offset-left {
  transform: translateX(-0.1rem);
}
.effect.active .offset-right,
.effect-hover:hover .offset-right,
.effect-hover.offset-right:hover,
.effect.offset-right {
  transform: translateX(.1rem);
}
.open-width {
  opacity: 0;
  width: 0;
  height: 100%;
  transition: all 0.35s ease;
}
.open-height {
  opacity: 0;
  height: 0;
  width: 100%;
  transition: all 0.35s ease;
}
.close-width,
.close-height {
  height: 100%;
  width: 100%;
  transition: all 0.35s ease;
}
.effect.active .open-width,
.effect-hover:hover .open-width,
.effect-hover.open-width:hover,
.effect.open-width {
  width: 100% !important;
  opacity: 1;
}
.effect.active .open-height,
.effect-hover:hover .open-height,
.effect-hover.open-height:hover,
.effect.open-height {
  height: 100% !important;
  opacity: 1;
}
.effect.active .close-width,
.effect-hover:hover .close-width,
.effect-hover.close-width:hover,
.effect.close-width {
  width: 0 !important;
  opacity: 0;
}
.effect.active .close-height,
.effect-hover:hover .close-height,
.effect-hover.close-height:hover,
.effect.close-height {
  height: 0 !important;
  opacity: 0;
}
.scale,
.shrink {
  transition: all 0.35s ease;
}
.effect.active .scale,
.effect-hover:hover .scale,
.effect-hover.scale:hover,
.effect.scale {
  transform: scale(1.05);
}
.effect.active .shrink,
.effect-hover:hover .shrink,
.effect-hover.shrink:hover,
.effect.shrink {
  transform: scale(0.95);
}
.effect.active .rotate-once,
.effect-hover:hover .rotate-once,
.effect-hover.rotate-once:hover,
.effect.rotate-once {
  animation: rotate-effect 1s linear;
}
.effect.active .rotate,
.effect-hover:hover .rotate,
.effect-hover.rotate:hover,
.effect.rotate {
  animation: rotate-effect 1s infinite linear;
}
@keyframes rotate-effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.change {
  transition: all 0.35s ease;
}
.change:last-child {
  opacity: 0;
}
.effect.active .change:first-child,
.effect-hover:hover .change:first-child {
  transform: translateY(-100%);
  opacity: 0;
}
.effect.active .change:last-child,
.effect-hover:hover .change:last-child {
  transform: translateY(-100%);
  opacity: 1;
}
.center-fa {
  position: relative;
}
.center-fa .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,50%);
}
.center-fa .centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center-fa .centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.img-auto {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}
.img-full {
  width: 100%;
  height: 0;
  position: relative;
}
.img-full img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-full-x {
  display: block;
  width: 100%;
  height: auto !important;
}
.img-middle {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.img-middle img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  transition: all .3s;
}
.radius-circle {
  border-radius: 50%;
}
.radius {
  border-radius: 10px;
}
.shadow-small {
  box-shadow: 0 3px 5px rgba(0,0,0,0.175);
}
.shadow {
  box-shadow: 0 5px 10px rgba(0,0,0,0.175);
}
.shadow-big {
  box-shadow: 0 8px 15px rgba(0,0,0,0.175);
}
.shadow-none {
  box-shadow: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.weight-bold {
  font-weight: bold;
}
.line-mini {
  line-height: 1;
}
.line-small {
  line-height: 1.5;
}
.line {
  line-height: 1.75;
}
.line-big {
  line-height: 2;
}
.line-large {
  line-height: 2.5;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.word-indent {
  text-indent: 2em;
}
.word-more {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.word-break {
  word-break: break-all;
  word-wrap: break-word;
}
.word-block {
  white-space: nowrap;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.show,
.mini-hidden,
.small-hidden,
.middle-hidden,
.big-hidden,
.large-hidden {
  display: block;
}
.hidden,
.mini-show,
.small-show,
.middle-show,
.big-show,
.large-show {
  display: none;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
}
.fixed-bottom {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fixed-left {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  height: 100%;
}
.fixed-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
}
.fixed-left-top {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.fixed-right-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.fixed-left-bottom {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.fixed-right-bottom {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.text-main,
.button.border-main {
  color: #0a8;
}
.text-sub,
.button.border-sub {
  color: #0ae;
}
.text-dot,
.button.border-dot {
  color: #f60;
}
.border-main,
.table.border-main td,
.table.border-main th {
  border-color: #0a8;
}
.border-sub,
.table.border-sub td,
.table.border-sub th {
  border-color: #0ae;
}
.border-dot,
.table.border-dot td,
.table.border-dot th {
  border-color: #f60;
}
.bg-main,
.text.button:hover,
.border.button:hover,
.bg.button:hover,
.button[class*='-main']:hover,
.button[class*='-main'].active {
  background-color: #0a8;
}
.bg-sub,
.button[class*='-sub']:hover,
.button[class*='-sub'].active {
  background-color: #0ae;
}
.bg-dot,
.button[class*='-dot']:hover,
.button[class*='-dot'].active {
  background-color: #f60;
}
.text-black,
.button.border-black {
  color: #000;
}
.text-deep,
.button.border-deep {
  color: #333;
}
.text-dark,
.button.border-dark {
  color: #666;
}
.text-gray,
.button.border-gray {
  color: #999;
}
.text-silver,
.button.border-silver {
  color: #ddd;
}
.text-light,
.button.border-light {
  color: #f5f5f5;
}
.text-white,
.button.border-white,
.validate-tips div>.input-validate {
  color: #fff;
}
.text-danger,
.button.border-danger,
.input-invalid>.input-validate {
  color: #f00;
}
.text-warning,
.button.border-warning {
  color: #fb0;
}
.text-success,
.button.border-success,
.input-valid>.input-validate {
  color: #2c7;
}
.text-info,
.button.border-info {
  color: #0ae;
}
.text,
a.text-main:hover {
  color: #333;
}
.text-transparent {
  color: transparent;
}
.border-black,
.table.border-black td,
.table.border-black th {
  border-color: #000;
}
.border-deep,
.table.border-deep td,
.table.border-deep th {
  border-color: #333;
}
.border-dark,
.table.border-dark td,
.table.border-dark th {
  border-color: #666;
}
.border-gray,
.table.border-gray td,
.table.border-gray th {
  border-color: #999;
}
.border-silver,
.table.border-silver td,
.table.border-silver th {
  border-color: #ddd;
}
.border-light,
.table.border-light td,
.table.border-light th {
  border-color: #f5f5f5;
}
.border-white,
.table.border-white td,
.table.border-white th {
  border-color: #fff;
}
.border-danger,
.table.border-danger td,
.table.border-danger th,
.input-invalid:not(.input-novalidate) .input,
.form-validate .input:focus:invalid {
  border-color: #f00;
}
.border-warning,
.table.border-warning td,
.table.border-warning th {
  border-color: #fb0;
}
.border-success,
.table.border-success td,
.table.border-success th,
.input-valid:not(.input-novalidate) .input,
.form-validate .input:focus:valid {
  border-color: #2c7;
}
.border-info,
.table.border-info td,
.table.border-info th {
  border-color: #0ae;
}
.border-transparent {
  border-color: transparent !important;
}
.bg-black,
.button[class*='-black']:hover,
.button[class*='-black'].active {
  background-color: #000;
}
.bg-deep,
.button[class*='-deep']:hover,
.button[class*='-deep'].active {
  background-color: #333;
}
.bg-dark,
.button[class*='-dark']:hover,
.button[class*='-dark'].active {
  background-color: #666;
}
.bg-gray,
.button[class*='-gray']:hover,
.button[class*='-gray'].active {
  background-color: #999;
}
.bg-silver,
.button[class*='-silver']:hover,
.button[class*='-silver'].active {
  background-color: #ddd;
}
.bg-light,
.button[class*='-light']:hover,
.button[class*='-light'].active {
  background-color: #f5f5f5;
}
.bg-white,
.button[class*='-white']:hover,
.button[class*='-white'].active {
  background-color: #fff;
}
.bg-danger,
.button[class*='-danger']:hover,
.button[class*='-danger'].active,
.validate-tips .input-invalid>.input-validate {
  background-color: #f00;
}
.bg-warning,
.button[class*='-warning']:hover,
.button[class*='-warning'].active {
  background-color: #fb0;
}
.bg-success,
.button[class*='-success']:hover,
.button[class*='-success'].active,
.validate-tips .input-valid>.input-validate {
  background-color: #2c7;
}
.bg-info,
.button[class*='-info']:hover,
.button[class*='-info'].active {
  background-color: #0ae;
}
.bg,
.button.active {
  background-color: #f5f5f5;
}
.bg-inverse a:hover {
  opacity: .75;
}
.bg-inverse,
.bg-inverse a {
  color: #fff;
}
.bg-transparent {
  background-color: transparent;
}
.alert {
  background-color: #f5f5f5;
}
.alert-danger {
  background-color: #fee;
}
.alert-warning {
  background-color: #ffd;
}
.alert-success {
  background-color: #efd;
}
.alert-info {
  background-color: #eff;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.box {
  display: block;
}
.child-inline-block > * {
  display: inline-block;
  vertical-align: middle;
}
.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.grayscale {
  filter: grayscale(100%);
}
.com-dropdown {
  position: relative;
}
.com-dropdown-bd {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%) scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.com-dropdown:hover .com-dropdown-bd {
  transform: translate(-50%,100%) scaleY(1);
  opacity: 1;
  visibility: visible;
}
.com-dropdown-full {
  position: static;
}
.com-dropdown-full .com-dropdown-bd {
  width: 100%;
}
.com-dropdown.com-dropdown-left .com-dropdown-bd {
  left: 0;
  transform: translate(0,100%) scaleY(0);
}
.com-dropdown.com-dropdown-left:hover .com-dropdown-bd {
  transform: translate(0,100%) scaleY(1);
}
.com-dropdown.com-dropdown-right .com-dropdown-bd {
  left: auto;
  right: 0;
  transform: translate(0,100%) scaleY(0);
}
.com-dropdown.com-dropdown-right:hover .com-dropdown-bd {
  transform: translate(0,100%) scaleY(1);
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.flex-1 {
  flex: 1;
}
.layout-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.layout-row-bd {
  max-width: 80%;
  flex: 1;
}
.layout-row-side {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .layout-row {
    display: block;
  }
  .layout-row-side {
    width: 100% !important;
    margin: 0.2rem 0 !important;
  }
}
@media (max-width: 1200px) {
  .d-flex {
    display: block;
  }
  .d-flex .flex-1 {
    width: 100%;
    padding: 0;
    margin: 0.2rem 0;
  }
}
.am-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  width: 100%;
  max-width: 1000px;
}
.am-container:before,
.am-container:after {
  content: " ";
  display: table;
}
.am-container:after {
  clear: both;
}
.am-g {
  margin: 0 -0.1rem;
}
.am-g:before,
.am-g:after {
  content: " ";
  display: table;
}
.am-g:after {
  clear: both;
}
.am-g .am-g.am-g-collapse {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.am-g.am-g-collapse .am-g {
  margin-left: 0;
  margin-right: 0;
}
.am-g-collapse [class*="am-u-"] {
  padding-left: 0;
  padding-right: 0;
}
.am-g-fixed {
  max-width: 1000px;
}
[class*="am-u-"] {
  width: 100%;
  float: left;
  position: relative;
}
[class*="am-u-"] + [class*="am-u-"]:last-child {
  float: right;
}
[class*="am-u-"] + [class*="am-u-"].am-u-end {
  float: left;
}
.am-g [class*="am-u-"] {
  padding: 0 .1rem;
}
[class*="am-u-pull-"] {
  left: auto;
}
[class*="am-u-push-"] {
  right: auto;
}
@media only screen {
  .am-u-sm-1 {
    width: 8.33333333%;
  }
  .am-u-sm-2 {
    width: 16.66666667%;
  }
  .am-u-sm-3 {
    width: 25%;
  }
  .am-u-sm-4 {
    width: 33.33333333%;
  }
  .am-u-sm-5 {
    width: 41.66666667%;
  }
  .am-u-sm-6 {
    width: 50%;
  }
  .am-u-sm-7 {
    width: 58.33333333%;
  }
  .am-u-sm-8 {
    width: 66.66666667%;
  }
  .am-u-sm-9 {
    width: 75%;
  }
  .am-u-sm-10 {
    width: 83.33333333%;
  }
  .am-u-sm-11 {
    width: 91.66666667%;
  }
  .am-u-sm-12 {
    width: 100%;
  }
  .am-u-sm-pull-0 {
    right: 0;
  }
  .am-u-sm-pull-1 {
    right: 8.33333333%;
  }
  .am-u-sm-pull-2 {
    right: 16.66666667%;
  }
  .am-u-sm-pull-3 {
    right: 25%;
  }
  .am-u-sm-pull-4 {
    right: 33.33333333%;
  }
  .am-u-sm-pull-5 {
    right: 41.66666667%;
  }
  .am-u-sm-pull-6 {
    right: 50%;
  }
  .am-u-sm-pull-7 {
    right: 58.33333333%;
  }
  .am-u-sm-pull-8 {
    right: 66.66666667%;
  }
  .am-u-sm-pull-9 {
    right: 75%;
  }
  .am-u-sm-pull-10 {
    right: 83.33333333%;
  }
  .am-u-sm-pull-11 {
    right: 91.66666667%;
  }
  .am-u-sm-push-0 {
    left: 0;
  }
  .am-u-sm-push-1 {
    left: 8.33333333%;
  }
  .am-u-sm-push-2 {
    left: 16.66666667%;
  }
  .am-u-sm-push-3 {
    left: 25%;
  }
  .am-u-sm-push-4 {
    left: 33.33333333%;
  }
  .am-u-sm-push-5 {
    left: 41.66666667%;
  }
  .am-u-sm-push-6 {
    left: 50%;
  }
  .am-u-sm-push-7 {
    left: 58.33333333%;
  }
  .am-u-sm-push-8 {
    left: 66.66666667%;
  }
  .am-u-sm-push-9 {
    left: 75%;
  }
  .am-u-sm-push-10 {
    left: 83.33333333%;
  }
  .am-u-sm-push-11 {
    left: 91.66666667%;
  }
  .am-u-sm-offset-0 {
    margin-left: 0;
  }
  .am-u-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-sm-offset-3 {
    margin-left: 25%;
  }
  .am-u-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-sm-offset-6 {
    margin-left: 50%;
  }
  .am-u-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-sm-offset-9 {
    margin-left: 75%;
  }
  .am-u-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-sm-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-sm-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-sm-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-sm-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-sm-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width: 641px) {
  .am-u-md-1 {
    width: 8.33333333%;
  }
  .am-u-md-2 {
    width: 16.66666667%;
  }
  .am-u-md-3 {
    width: 25%;
  }
  .am-u-md-4 {
    width: 33.33333333%;
  }
  .am-u-md-5 {
    width: 41.66666667%;
  }
  .am-u-md-6 {
    width: 50%;
  }
  .am-u-md-7 {
    width: 58.33333333%;
  }
  .am-u-md-8 {
    width: 66.66666667%;
  }
  .am-u-md-9 {
    width: 75%;
  }
  .am-u-md-10 {
    width: 83.33333333%;
  }
  .am-u-md-11 {
    width: 91.66666667%;
  }
  .am-u-md-12 {
    width: 100%;
  }
  .am-u-md-pull-0 {
    right: 0;
  }
  .am-u-md-pull-1 {
    right: 8.33333333%;
  }
  .am-u-md-pull-2 {
    right: 16.66666667%;
  }
  .am-u-md-pull-3 {
    right: 25%;
  }
  .am-u-md-pull-4 {
    right: 33.33333333%;
  }
  .am-u-md-pull-5 {
    right: 41.66666667%;
  }
  .am-u-md-pull-6 {
    right: 50%;
  }
  .am-u-md-pull-7 {
    right: 58.33333333%;
  }
  .am-u-md-pull-8 {
    right: 66.66666667%;
  }
  .am-u-md-pull-9 {
    right: 75%;
  }
  .am-u-md-pull-10 {
    right: 83.33333333%;
  }
  .am-u-md-pull-11 {
    right: 91.66666667%;
  }
  .am-u-md-push-0 {
    left: 0;
  }
  .am-u-md-push-1 {
    left: 8.33333333%;
  }
  .am-u-md-push-2 {
    left: 16.66666667%;
  }
  .am-u-md-push-3 {
    left: 25%;
  }
  .am-u-md-push-4 {
    left: 33.33333333%;
  }
  .am-u-md-push-5 {
    left: 41.66666667%;
  }
  .am-u-md-push-6 {
    left: 50%;
  }
  .am-u-md-push-7 {
    left: 58.33333333%;
  }
  .am-u-md-push-8 {
    left: 66.66666667%;
  }
  .am-u-md-push-9 {
    left: 75%;
  }
  .am-u-md-push-10 {
    left: 83.33333333%;
  }
  .am-u-md-push-11 {
    left: 91.66666667%;
  }
  .am-u-md-offset-0 {
    margin-left: 0;
  }
  .am-u-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-md-offset-3 {
    margin-left: 25%;
  }
  .am-u-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-md-offset-6 {
    margin-left: 50%;
  }
  .am-u-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-md-offset-9 {
    margin-left: 75%;
  }
  .am-u-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-md-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-md-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-md-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-md-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-md-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width: 1025px) {
  .am-u-lg-1 {
    width: 8.33333333%;
  }
  .am-u-lg-2 {
    width: 16.66666667%;
  }
  .am-u-lg-3 {
    width: 25%;
  }
  .am-u-lg-4 {
    width: 33.33333333%;
  }
  .am-u-lg-5 {
    width: 41.66666667%;
  }
  .am-u-lg-6 {
    width: 50%;
  }
  .am-u-lg-7 {
    width: 58.33333333%;
  }
  .am-u-lg-8 {
    width: 66.66666667%;
  }
  .am-u-lg-9 {
    width: 75%;
  }
  .am-u-lg-10 {
    width: 83.33333333%;
  }
  .am-u-lg-11 {
    width: 91.66666667%;
  }
  .am-u-lg-12 {
    width: 100%;
  }
  .am-u-lg-pull-0 {
    right: 0;
  }
  .am-u-lg-pull-1 {
    right: 8.33333333%;
  }
  .am-u-lg-pull-2 {
    right: 16.66666667%;
  }
  .am-u-lg-pull-3 {
    right: 25%;
  }
  .am-u-lg-pull-4 {
    right: 33.33333333%;
  }
  .am-u-lg-pull-5 {
    right: 41.66666667%;
  }
  .am-u-lg-pull-6 {
    right: 50%;
  }
  .am-u-lg-pull-7 {
    right: 58.33333333%;
  }
  .am-u-lg-pull-8 {
    right: 66.66666667%;
  }
  .am-u-lg-pull-9 {
    right: 75%;
  }
  .am-u-lg-pull-10 {
    right: 83.33333333%;
  }
  .am-u-lg-pull-11 {
    right: 91.66666667%;
  }
  .am-u-lg-push-0 {
    left: 0;
  }
  .am-u-lg-push-1 {
    left: 8.33333333%;
  }
  .am-u-lg-push-2 {
    left: 16.66666667%;
  }
  .am-u-lg-push-3 {
    left: 25%;
  }
  .am-u-lg-push-4 {
    left: 33.33333333%;
  }
  .am-u-lg-push-5 {
    left: 41.66666667%;
  }
  .am-u-lg-push-6 {
    left: 50%;
  }
  .am-u-lg-push-7 {
    left: 58.33333333%;
  }
  .am-u-lg-push-8 {
    left: 66.66666667%;
  }
  .am-u-lg-push-9 {
    left: 75%;
  }
  .am-u-lg-push-10 {
    left: 83.33333333%;
  }
  .am-u-lg-push-11 {
    left: 91.66666667%;
  }
  .am-u-lg-offset-0 {
    margin-left: 0;
  }
  .am-u-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-lg-offset-3 {
    margin-left: 25%;
  }
  .am-u-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-lg-offset-6 {
    margin-left: 50%;
  }
  .am-u-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-lg-offset-9 {
    margin-left: 75%;
  }
  .am-u-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-lg-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-lg-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-lg-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-lg-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-lg-uncentered:last-child {
    float: left;
  }
}
[class*="am-avg-"] {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 -0.1rem;
}
[class*="am-avg-"]:before,
[class*="am-avg-"]:after {
  content: " ";
  display: table;
}
[class*="am-avg-"]:after {
  clear: both;
}
[class*="am-avg-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 .1rem;
}
@media only screen {
  .am-avg-sm-1 > li {
    width: 100%;
  }
  .am-avg-sm-1 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .am-avg-sm-2 > li {
    width: 50%;
  }
  .am-avg-sm-2 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .am-avg-sm-3 > li {
    width: 33.33333333%;
  }
  .am-avg-sm-3 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .am-avg-sm-4 > li {
    width: 25%;
  }
  .am-avg-sm-4 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .am-avg-sm-5 > li {
    width: 20%;
  }
  .am-avg-sm-5 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .am-avg-sm-6 > li {
    width: 16.66666667%;
  }
  .am-avg-sm-6 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .am-avg-sm-7 > li {
    width: 14.28571429%;
  }
  .am-avg-sm-7 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .am-avg-sm-8 > li {
    width: 12.5%;
  }
  .am-avg-sm-8 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .am-avg-sm-9 > li {
    width: 11.11111111%;
  }
  .am-avg-sm-9 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .am-avg-sm-10 > li {
    width: 10%;
  }
  .am-avg-sm-10 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .am-avg-sm-11 > li {
    width: 9.09090909%;
  }
  .am-avg-sm-11 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .am-avg-sm-12 > li {
    width: 8.33333333%;
  }
  .am-avg-sm-12 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-sm-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 641px) {
  .am-avg-md-1 > li {
    width: 100%;
  }
  .am-avg-md-1 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .am-avg-md-2 > li {
    width: 50%;
  }
  .am-avg-md-2 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .am-avg-md-3 > li {
    width: 33.33333333%;
  }
  .am-avg-md-3 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .am-avg-md-4 > li {
    width: 25%;
  }
  .am-avg-md-4 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .am-avg-md-5 > li {
    width: 20%;
  }
  .am-avg-md-5 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .am-avg-md-6 > li {
    width: 16.66666667%;
  }
  .am-avg-md-6 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .am-avg-md-7 > li {
    width: 14.28571429%;
  }
  .am-avg-md-7 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .am-avg-md-8 > li {
    width: 12.5%;
  }
  .am-avg-md-8 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .am-avg-md-9 > li {
    width: 11.11111111%;
  }
  .am-avg-md-9 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .am-avg-md-10 > li {
    width: 10%;
  }
  .am-avg-md-10 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .am-avg-md-11 > li {
    width: 9.09090909%;
  }
  .am-avg-md-11 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .am-avg-md-12 > li {
    width: 8.33333333%;
  }
  .am-avg-md-12 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-md-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .am-avg-lg-1 > li {
    width: 100%;
  }
  .am-avg-lg-1 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .am-avg-lg-2 > li {
    width: 50%;
  }
  .am-avg-lg-2 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .am-avg-lg-3 > li {
    width: 33.33333333%;
  }
  .am-avg-lg-3 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .am-avg-lg-4 > li {
    width: 25%;
  }
  .am-avg-lg-4 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .am-avg-lg-5 > li {
    width: 20%;
  }
  .am-avg-lg-5 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .am-avg-lg-6 > li {
    width: 16.66666667%;
  }
  .am-avg-lg-6 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .am-avg-lg-7 > li {
    width: 14.28571429%;
  }
  .am-avg-lg-7 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .am-avg-lg-8 > li {
    width: 12.5%;
  }
  .am-avg-lg-8 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .am-avg-lg-9 > li {
    width: 11.11111111%;
  }
  .am-avg-lg-9 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .am-avg-lg-10 > li {
    width: 10%;
  }
  .am-avg-lg-10 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .am-avg-lg-11 > li {
    width: 9.09090909%;
  }
  .am-avg-lg-11 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .am-avg-lg-12 > li {
    width: 8.33333333%;
  }
  .am-avg-lg-12 > li:nth-of-type(n) {
    clear: none;
  }
  .am-avg-lg-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}
.am-scrollable-horizontal {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.am-scrollable-vertical {
  height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: vertical;
}
.am-square {
  border-radius: 0;
}
.am-radius {
  border-radius: 2px;
}
.am-round {
  border-radius: 1000px;
}
.am-circle {
  border-radius: 50%;
}
.am-cf:before,
.am-cf:after {
  content: " ";
  display: table;
}
.am-cf:after {
  clear: both;
}
.am-fl {
  float: left;
}
.am-fr {
  float: right;
}
.am-nbfc {
  overflow: hidden;
}
.am-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.am-block {
  display: block !important;
}
.am-inline {
  display: inline !important;
}
.am-inline-block {
  display: inline-block !important;
}
.am-hide {
  display: none !important;
  visibility: hidden !important;
}
.am-vertical-align {
  font-size: 0.001px;
}
.am-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.am-vertical-align-middle,
.am-vertical-align-bottom {
  display: inline-block;
  font-size: 0.16rem;
  max-width: 100%;
}
.am-vertical-align-middle {
  vertical-align: middle;
}
.am-vertical-align-bottom {
  vertical-align: bottom;
}
.am-responsive-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
.am-margin {
  margin: 0.16rem;
}
.am-margin-0 {
  margin: 0 !important;
}
.am-margin-xs {
  margin: 0.05rem;
}
.am-margin-sm {
  margin: 0.1rem;
}
.am-margin-lg {
  margin: 0.2 0.4rem;
}
.am-margin-xl {
  margin: 0.32rem;
}
.am-margin-horizontal {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
.am-margin-horizontal-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.am-margin-horizontal-xs {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}
.am-margin-horizontal-sm {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.am-margin-horizontal-lg {
  margin-left: 0.2 0.4rem;
  margin-right: 0.2 0.4rem;
}
.am-margin-horizontal-xl {
  margin-left: 0.32rem;
  margin-right: 0.32rem;
}
.am-margin-vertical {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
.am-margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.am-margin-vertical-xs {
  margin-top: 0.05rem;
  margin-bottom: 0.05rem;
}
.am-margin-vertical-sm {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.am-margin-vertical-lg {
  margin-top: 0.2 0.4rem;
  margin-bottom: 0.2 0.4rem;
}
.am-margin-vertical-xl {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
.am-margin-top {
  margin-top: 0.16rem;
}
.am-margin-top-0 {
  margin-top: 0 !important;
}
.am-margin-top-xs {
  margin-top: 0.05rem;
}
.am-margin-top-sm {
  margin-top: 0.1rem;
}
.am-margin-top-lg {
  margin-top: 0.2 0.4rem;
}
.am-margin-top-xl {
  margin-top: 0.32rem;
}
.am-margin-bottom {
  margin-bottom: 0.16rem;
}
.am-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.am-margin-bottom-xs {
  margin-bottom: 0.05rem;
}
.am-margin-bottom-sm {
  margin-bottom: 0.1rem;
}
.am-margin-bottom-lg {
  margin-bottom: 0.2 0.4rem;
}
.am-margin-bottom-xl {
  margin-bottom: 0.32rem;
}
.am-margin-left {
  margin-left: 0.16rem;
}
.am-margin-left-0 {
  margin-left: 0 !important;
}
.am-margin-left-xs {
  margin-left: 0.05rem;
}
.am-margin-left-sm {
  margin-left: 0.1rem;
}
.am-margin-left-lg {
  margin-left: 0.2 0.4rem;
}
.am-margin-left-xl {
  margin-left: 0.32rem;
}
.am-margin-right {
  margin-right: 0.16rem;
}
.am-margin-right-0 {
  margin-right: 0 !important;
}
.am-margin-right-xs {
  margin-right: 0.05rem;
}
.am-margin-right-sm {
  margin-right: 0.1rem;
}
.am-margin-right-lg {
  margin-right: 0.2 0.4rem;
}
.am-margin-right-xl {
  margin-right: 0.32rem;
}
.am-padding {
  padding: 0.16rem;
}
.am-padding-0 {
  padding: 0 !important;
}
.am-padding-xs {
  padding: 0.05rem;
}
.am-padding-sm {
  padding: 0.1rem;
}
.am-padding-lg {
  padding: 0.2 0.4rem;
}
.am-padding-xl {
  padding: 0.32rem;
}
.am-padding-horizontal {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.am-padding-horizontal-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.am-padding-horizontal-xs {
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}
.am-padding-horizontal-sm {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.am-padding-horizontal-lg {
  padding-left: 0.2 0.4rem;
  padding-right: 0.2 0.4rem;
}
.am-padding-horizontal-xl {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.am-padding-vertical {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.am-padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.am-padding-vertical-xs {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
}
.am-padding-vertical-sm {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.am-padding-vertical-lg {
  padding-top: 0.2 0.4rem;
  padding-bottom: 0.2 0.4rem;
}
.am-padding-vertical-xl {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.am-padding-top {
  padding-top: 0.16rem;
}
.am-padding-top-0 {
  padding-top: 0 !important;
}
.am-padding-top-xs {
  padding-top: 0.05rem;
}
.am-padding-top-sm {
  padding-top: 0.1rem;
}
.am-padding-top-lg {
  padding-top: 0.2 0.4rem;
}
.am-padding-top-xl {
  padding-top: 0.32rem;
}
.am-padding-bottom {
  padding-bottom: 0.16rem;
}
.am-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.am-padding-bottom-xs {
  padding-bottom: 0.05rem;
}
.am-padding-bottom-sm {
  padding-bottom: 0.1rem;
}
.am-padding-bottom-lg {
  padding-bottom: 0.2 0.4rem;
}
.am-padding-bottom-xl {
  padding-bottom: 0.32rem;
}
.am-padding-left {
  padding-left: 0.16rem;
}
.am-padding-left-0 {
  padding-left: 0 !important;
}
.am-padding-left-xs {
  padding-left: 0.05rem;
}
.am-padding-left-sm {
  padding-left: 0.1rem;
}
.am-padding-left-lg {
  padding-left: 0.2 0.4rem;
}
.am-padding-left-xl {
  padding-left: 0.32rem;
}
.am-padding-right {
  padding-right: 0.16rem;
}
.am-padding-right-0 {
  padding-right: 0 !important;
}
.am-padding-right-xs {
  padding-right: 0.05rem;
}
.am-padding-right-sm {
  padding-right: 0.1rem;
}
.am-padding-right-lg {
  padding-right: 0.2 0.4rem;
}
.am-padding-right-xl {
  padding-right: 0.32rem;
}
@media only screen {
  .am-show-sm-only,
  .am-show-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-hide-md-only,
  .am-hide-md-up,
  .am-hide-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-hide-sm-only,
  .am-hide-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-show-sm-only,
  table.am-show-sm-up,
  table.am-show-sm,
  table.am-show-sm-down,
  table.am-hide-md-only,
  table.am-hide-md-up,
  table.am-hide-md,
  table.am-show-md-down,
  table.am-hide-lg-only,
  table.am-hide-lg-up,
  table.am-hide-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-show-sm-only,
  thead.am-show-sm-up,
  thead.am-show-sm,
  thead.am-show-sm-down,
  thead.am-hide-md-only,
  thead.am-hide-md-up,
  thead.am-hide-md,
  thead.am-show-md-down,
  thead.am-hide-lg-only,
  thead.am-hide-lg-up,
  thead.am-hide-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-show-sm-only,
  tbody.am-show-sm-up,
  tbody.am-show-sm,
  tbody.am-show-sm-down,
  tbody.am-hide-md-only,
  tbody.am-hide-md-up,
  tbody.am-hide-md,
  tbody.am-show-md-down,
  tbody.am-hide-lg-only,
  tbody.am-hide-lg-up,
  tbody.am-hide-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-show-sm-only,
  tr.am-show-sm-up,
  tr.am-show-sm,
  tr.am-show-sm-down,
  tr.am-hide-md-only,
  tr.am-hide-md-up,
  tr.am-hide-md,
  tr.am-show-md-down,
  tr.am-hide-lg-only,
  tr.am-hide-lg-up,
  tr.am-hide-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-show-sm-only,
  td.am-show-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-show-sm,
  td.am-show-sm,
  th.am-show-sm-down,
  td.am-show-sm-down,
  th.am-hide-md-only,
  td.am-hide-md-only,
  th.am-hide-md-up,
  td.am-hide-md-up,
  th.am-hide-md,
  td.am-hide-md,
  th.am-show-md-down,
  td.am-show-md-down,
  th.am-hide-lg-only,
  td.am-hide-lg-only,
  th.am-hide-lg-up,
  td.am-hide-lg-up,
  th.am-hide-lg,
  td.am-hide-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 641px) {
  .am-hide-sm-only,
  .am-show-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-show-sm-only,
  .am-hide-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-hide-md-only,
  .am-hide-md-up,
  .am-hide-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-hide-sm-only,
  table.am-show-sm-up,
  table.am-hide-sm,
  table.am-hide-sm-down,
  table.am-show-md-only,
  table.am-show-md-up,
  table.am-show-md,
  table.am-show-md-down,
  table.am-hide-lg-only,
  table.am-hide-lg-up,
  table.am-hide-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-hide-sm-only,
  thead.am-show-sm-up,
  thead.am-hide-sm,
  thead.am-hide-sm-down,
  thead.am-show-md-only,
  thead.am-show-md-up,
  thead.am-show-md,
  thead.am-show-md-down,
  thead.am-hide-lg-only,
  thead.am-hide-lg-up,
  thead.am-hide-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-hide-sm-only,
  tbody.am-show-sm-up,
  tbody.am-hide-sm,
  tbody.am-hide-sm-down,
  tbody.am-show-md-only,
  tbody.am-show-md-up,
  tbody.am-show-md,
  tbody.am-show-md-down,
  tbody.am-hide-lg-only,
  tbody.am-hide-lg-up,
  tbody.am-hide-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-hide-sm-only,
  tr.am-show-sm-up,
  tr.am-hide-sm,
  tr.am-hide-sm-down,
  tr.am-show-md-only,
  tr.am-show-md-up,
  tr.am-show-md,
  tr.am-show-md-down,
  tr.am-hide-lg-only,
  tr.am-hide-lg-up,
  tr.am-hide-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-hide-sm-only,
  td.am-hide-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-hide-sm,
  td.am-hide-sm,
  th.am-hide-sm-down,
  td.am-hide-sm-down,
  th.am-show-md-only,
  td.am-show-md-only,
  th.am-show-md-up,
  td.am-show-md-up,
  th.am-show-md,
  td.am-show-md,
  th.am-show-md-down,
  td.am-show-md-down,
  th.am-hide-lg-only,
  td.am-hide-lg-only,
  th.am-hide-lg-up,
  td.am-hide-lg-up,
  th.am-hide-lg,
  td.am-hide-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1025px) {
  .am-hide-sm-only,
  .am-show-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-hide-md-only,
  .am-show-md-up,
  .am-hide-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-show-sm-only,
  .am-hide-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-show-md-only,
  .am-hide-md-up,
  .am-show-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-hide-sm-only,
  table.am-show-sm-up,
  table.am-hide-sm,
  table.am-hide-sm-down,
  table.am-hide-md-only,
  table.am-show-md-up,
  table.am-hide-md,
  table.am-hide-md-down,
  table.am-show-lg-only,
  table.am-show-lg-up,
  table.am-show-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-hide-sm-only,
  thead.am-show-sm-up,
  thead.am-hide-sm,
  thead.am-hide-sm-down,
  thead.am-hide-md-only,
  thead.am-show-md-up,
  thead.am-hide-md,
  thead.am-hide-md-down,
  thead.am-show-lg-only,
  thead.am-show-lg-up,
  thead.am-show-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-hide-sm-only,
  tbody.am-show-sm-up,
  tbody.am-hide-sm,
  tbody.am-hide-sm-down,
  tbody.am-hide-md-only,
  tbody.am-show-md-up,
  tbody.am-hide-md,
  tbody.am-hide-md-down,
  tbody.am-show-lg-only,
  tbody.am-show-lg-up,
  tbody.am-show-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-hide-sm-only,
  tr.am-show-sm-up,
  tr.am-hide-sm,
  tr.am-hide-sm-down,
  tr.am-hide-md-only,
  tr.am-show-md-up,
  tr.am-hide-md,
  tr.am-hide-md-down,
  tr.am-show-lg-only,
  tr.am-show-lg-up,
  tr.am-show-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-hide-sm-only,
  td.am-hide-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-hide-sm,
  td.am-hide-sm,
  th.am-hide-sm-down,
  td.am-hide-sm-down,
  th.am-hide-md-only,
  td.am-hide-md-only,
  th.am-show-md-up,
  td.am-show-md-up,
  th.am-hide-md,
  td.am-hide-md,
  th.am-hide-md-down,
  td.am-hide-md-down,
  th.am-show-lg-only,
  td.am-show-lg-only,
  th.am-show-lg-up,
  td.am-show-lg-up,
  th.am-show-lg,
  td.am-show-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (orientation: landscape) {
  .am-show-landscape,
  .am-hide-portrait {
    display: inherit !important;
  }
  .am-hide-landscape,
  .am-show-portrait {
    display: none !important;
  }
}
@media only screen and (orientation: portrait) {
  .am-show-portrait,
  .am-hide-landscape {
    display: inherit !important;
  }
  .am-hide-portrait,
  .am-show-landscape {
    display: none !important;
  }
}
.am-sans-serif {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.am-serif {
  font-family: Georgia, "Times New Roman", Times, SimSun, "FontAwesome", serif;
}
.am-kai {
  font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
}
.am-monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
}
.am-text-primary {
  color: #0e90d2;
}
.am-text-secondary {
  color: #3bb4f2;
}
.am-text-success {
  color: #5eb95e;
}
.am-text-warning {
  color: #F37B1D;
}
.am-text-danger {
  color: #dd514c;
}
.am-link-muted {
  color: #666;
}
.am-link-muted a {
  color: #666;
}
.am-link-muted:hover,
.am-link-muted a:hover {
  color: #555;
}
.am-text-default {
  font-size: 0.16rem;
}
.am-text-xs {
  font-size: 0.12rem;
}
.am-text-sm {
  font-size: 0.14rem;
}
.am-text-lg {
  font-size: 0.18rem;
}
.am-text-xl {
  font-size: 0.24rem;
}
.am-text-xxl {
  font-size: 0.32rem;
}
.am-text-xxxl {
  font-size: 0.42rem;
}
.am-ellipsis,
.am-text-truncate {
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.am-text-nowrap {
  white-space: nowrap;
}
[class*='am-align-'] {
  margin-bottom: 1rem;
}
.am-align-left {
  margin-right: 1rem;
  float: left;
}
.am-align-right {
  margin-left: 1rem;
  float: right;
}
.am-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.am-text-ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media only screen {
  .am-text-left {
    text-align: left !important;
  }
  .am-text-right {
    text-align: right !important;
  }
  .am-text-center {
    text-align: center !important;
  }
  .am-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (max-width: 640px) {
  .am-sm-only-text-left {
    text-align: left !important;
  }
  .am-sm-only-text-right {
    text-align: right !important;
  }
  .am-sm-only-text-center {
    text-align: center !important;
  }
  .am-sm-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .am-md-only-text-left {
    text-align: left !important;
  }
  .am-md-only-text-right {
    text-align: right !important;
  }
  .am-md-only-text-center {
    text-align: center !important;
  }
  .am-md-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 641px) {
  .am-md-text-left {
    text-align: left !important;
  }
  .am-md-text-right {
    text-align: right !important;
  }
  .am-md-text-center {
    text-align: center !important;
  }
  .am-md-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1025px) {
  .am-lg-text-left {
    text-align: left !important;
  }
  .am-lg-text-right {
    text-align: right !important;
  }
  .am-lg-text-center {
    text-align: center !important;
  }
  .am-lg-text-justify {
    text-align: justify !important;
  }
}
.am-text-top {
  vertical-align: top !important;
}
.am-text-middle {
  vertical-align: middle !important;
}
.am-text-bottom {
  vertical-align: bottom !important;
}
.am-angle {
  position: absolute;
}
.am-angle:before,
.am-angle:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
}
.am-angle-up {
  top: 0;
}
.am-angle-up:before,
.am-angle-up:after {
  border-bottom-style: solid;
  border-width: 0 8px 8px;
}
.am-angle-up:before {
  border-bottom-color: #ddd;
  bottom: 0;
}
.am-angle-up:after {
  border-bottom-color: #fff;
  bottom: -1px;
}
.am-angle-down {
  bottom: -9px;
}
.am-angle-down:before,
.am-angle-down:after {
  border-top-style: solid;
  border-width: 8px 8px 0;
}
.am-angle-down:before {
  border-top-color: #ddd;
  bottom: 0;
}
.am-angle-down:after {
  border-top-color: #fff;
  bottom: 1px;
}
.am-angle-left {
  left: -9px;
}
.am-angle-left:before,
.am-angle-left:after {
  border-right-style: solid;
  border-width: 8px 8px 8px 0;
}
.am-angle-left:before {
  border-right-color: #ddd;
  left: 0;
}
.am-angle-left:after {
  border-right-color: #fff;
  left: 1px;
}
.am-angle-right {
  right: 0;
}
.am-angle-right:before,
.am-angle-right:after {
  border-left-style: solid;
  border-width: 8px 0 8px 8px;
}
.am-angle-right:before {
  border-left-color: #ddd;
  left: 0;
}
.am-angle-right:after {
  border-left-color: #fff;
  left: -1px;
}
.hor-top-show {
  position: relative;
  bottom: -40px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}
.hor-top-show.active {
  height: auto;
  opacity: 1;
  bottom: 0;
}
.hvr1.hvr1 .img {
  background: #000;
  position: relative;
}
.hvr1.hvr1 .img img {
  transition: all .5s;
}
.hvr1.hvr1 .img:before {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1 .img:after {
  content: '';
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scaleY(0);
  transition: all .5s;
  z-index: 1;
}
.hvr1.hvr1:hover img {
  opacity: .8;
}
.hvr1.hvr1:hover .img:before {
  transform: scaleX(1);
}
.hvr1.hvr1:hover .img:after {
  transform: scaleY(1);
}
.hover-img-big .img {
  overflow: hidden;
}
.hover-img-big .img img {
  transition: transform .5s;
}
.hover-img-big:hover img {
  transform: scale(1.04);
}
.img-middle-hover:hover img {
  transform: translate(-50%,-50%) scale(1.05) !important;
}
.hover-color h4 {
  transition: all .3s;
}
.hover-color:hover h4 {
  color: #0069ca !important;
}
.com-img-big li .img {
  overflow: hidden;
}
.com-img-big li .img img {
  transition: transform .5s;
}
.com-img-big li:hover img {
  transform: scale(1.04);
}
.com-color li h4 {
  transition: all .3s;
}
.com-color li:hover h4 {
  color: #0069ca !important;
}
.com-center-img li:hover img {
  transform: translate(-50%,-50%) scale(1.05) !important;
}
.hover-shadow .box {
  transition: all .3s;
}
.hover-shadow:hover .box {
  box-shadow: 0 0 18px -6px #0069ca;
}
.com-sd li .box {
  transition: all .3s;
}
.com-sd li:hover .box {
  box-shadow: 0 0 18px -6px #0069ca;
}
.hover-left-rotate {
  transition: transform .3s;
}
.hover-left-rotate:hover {
  transform: rotateY(360deg);
}
.hover-left-move {
  position: relative;
  right: 0;
  transition: all .3s;
}
.hover-left-move:hover {
  right: -4px;
}
.hover-top-move {
  display: inline-block;
  position: relative;
  transition: transform .3s;
}
.hover-top-move:hover {
  transform: translateY(-5px);
}
.hover-bg-big {
  position: relative;
  z-index: 1;
}
.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
.hover-bg-big:hover:after {
  transform: scale(1);
}
.hvr-bg-move {
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.hvr-bg-move:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 0 30px #fff;
}
.hvr-bg-move:hover:after {
  left: 100%;
  width: 50%;
  transition: all .5s;
}
.hvr-bg-move2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.hvr-bg-move2:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all .3s;
  z-index: -1;
}
.hvr-bg-move2:hover:after {
  animation: bg_big 1s;
}
@keyframes bg_big {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.flash {
  overflow: hidden;
  width: 380px;
  height: 230px;
  position: relative;
}
.flash em {
  cursor: pointer;
  height: 230px;
  width: 380px;
  left: -380px;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  transition: all 0s;
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
  background-image: -ms-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.7),rgba(255,255,255,0));
}
.flash:hover em {
  left: 380px;
  transition: all 0.7s;
}
.flip img {
  width: 380px;
  height: 230px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotateY(0deg);
  transition: all 0.6s ease 0s;
  backface-visibility: hidden;
}
.flip span {
  position: absolute;
  width: 380px;
  height: 230px;
  background: #e1e1e1;
  line-height: 230px;
  text-align: center;
  transform: rotateY(-180deg);
  transition: all 0.5s ease 0s;
  backface-visibility: hidden;
  left: 0;
  top: 0;
}
.flip:hover img {
  transform: rotateY(180deg);
}
.flip:hover span {
  transform: rotateY(0deg);
}
.up span {
  height: 40px;
  bottom: -40px;
  display: block;
  background: #333;
  transition: all 0.5s;
  line-height: 40px;
  color: #fff;
}
.up:hover img {
  margin-top: -40px;
  transition: all 0.5s;
}
.panorama {
  background-image: url(http://7vilbi.com1.z0.glb.clouddn.com/blog/6608185829213862083.jpg);
  background-size: auto 100%;
  cursor: pointer;
  animation: panorama 10s linear infinite alternate;
  animation-play-state: paused;
}
.panorama:hover,
.panorama:focus {
  animation-play-state: running;
}
@keyframes panorama {
  to {
    background-position: 100% 0;
  }
}
.border .txt {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border .txt:before,
.border .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border .txt:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border .txt:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border:hover .txt:before,
.border:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border:hover .txt {
  transform: scale(1);
}
.border:hover img {
  opacity: .5;
}
.border2 .txt {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 230px;
  transform: scale(0);
}
.border2 .txt:before,
.border2 .txt:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.5s;
  transition-delay: .3s;
}
.border2 .txt:before {
  top: 15px;
  right: 0;
  bottom: 15px;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.border2 .txt:after {
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1,0);
  transform-origin: 100% 0;
}
.border2:hover .txt:before,
.border2:hover .txt:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.border2:hover .txt {
  transform: scale(1);
}
.border2:hover img {
  opacity: .5;
}
.effect1 {
  perspective: 800px;
}
.effect1 .pic {
  display: block;
  transition: 0.4s;
}
.effect1 .txt {
  position: absolute;
  left: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  top: -100%;
  transition: all 0.5s;
  z-index: -1;
}
.effect1:hover .pic {
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
}
.effect1:hover .txt {
  top: 0;
}
.effectBtn {
  display: inline-block;
  padding: 5px 25px;
  font-size: 14px;
  color: #fff;
  border: 2px solid #4d92d9;
  background-color: #4d92d9;
  text-decoration: none;
  transition: 0.4s;
}
.text-desc {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  opacity: 0;
  width: 100%;
  padding: 20px;
}
.effect2 {
  perspective: 500px;
  z-index: 5;
}
.effect2 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 90%;
  width: 80%;
  padding: 5% 10%;
  transition: 0.6s;
  z-index: -1;
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
  opacity: 0;
}
.effect2:hover .txt {
  transform: none;
  opacity: 1;
}
.effect2:hover img {
  transform: translateY(-100%);
}
.effect3 {
  perspective: 500px;
  overflow: visible;
}
.effect3 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 70%;
  padding: 5% 20% 5% 10%;
  transition: 0.6s;
  transform: translateX(-100%);
  opacity: 0;
}
.effect3:hover .txt {
  transform: translateX(0px);
  opacity: 1;
}
.effect3:hover img {
  transform: scale(0.5) translateX(100%);
  position: relative;
  z-index: 9;
}
.effect4 .txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 70%;
  width: 80%;
  padding: 25% 10% 5% 10%;
  transition: 0.6s;
  transform: translateY(100%);
  opacity: 0;
}
.effect4:hover .txt {
  transform: translateY(0px);
  opacity: 1;
}
.effect4:hover img {
  transform: scale(0.3) translateY(-100%);
  position: relative;
  z-index: 9;
}
.effect5 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  height: 90%;
  width: 90%;
  padding: 5%;
  transition: 0.6s;
  opacity: 0;
  transform: perspective(600px) rotateY(-90deg);
  transform-origin: right center 0;
  width: 40%;
}
.effect5 img {
  position: relative;
  right: 0;
}
.effect5:hover .txt {
  opacity: 1;
  transform: perspective(600px) rotateY(0deg);
  z-index: 5;
}
.effect5:hover img {
  right: 50%;
}
.effect6 {
  border: 5px solid #eee;
}
.effect6 .txt {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 70%;
  height: 90%;
  padding: 5% 15%;
  transition: 0.6s;
  transform: scale(0);
  backface-visibility: hidden;
}
.effect6:hover .txt {
  transform: scale(1);
  border-radius: 50% 0 50% 0;
}
.effect6:hover img {
  transform: scale(1.1);
}
.button1 {
  background: #555;
  padding: 50px 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  margin: 0 10px;
}
.btn:hover {
  text-decoration: none;
}
.btn1 {
  background: #0069ca;
  font-weight: 100;
}
.btn1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}
.btn1:hover {
  background: #0069ca;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
  transition: all 1.35s cubic-bezier(0.19,1,0.22,1);
}
.btn2 {
  letter-spacing: 0;
}
.btn2:hover,
.btn2:active {
  letter-spacing: 5px;
}
.btn2:after,
.btn2:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255,255,255,0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}
.btn2:hover:after,
.btn2:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #fff;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%;
}
.btn2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
.btn3 {
  background: #0069ca;
  border: 1px solid #da251f;
  box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.btn3:hover {
  background: #0069ca;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 1px 1px 2px rgba(255,255,255,0.2);
  color: #ec817d;
  text-decoration: none;
  text-shadow: -1px -1px 0 #c2211c;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.btn4 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn4 span {
  z-index: 20;
}
.btn4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  width: 50px;
  z-index: 10;
}
.btn4:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
  transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.btn5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0);
  outline: 1px solid;
  outline-color: rgba(255,255,255,0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
  transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
}
.btn5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255,255,255,0.5), 0 0 20px rgba(255,255,255,0.2);
  outline-color: rgba(255,255,255,0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}
.btn-hvr:before,
.btn-hvr:after {
  z-index: -1;
  box-sizing: border-box;
  transition: 0.5s;
}
.btn-hvr {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.btn-hvr.btn-hvr.btn-hvr.btn-hvr:hover {
  color: #fff;
}
.btn-hvr0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: #0069ca;
}
.btn-hvr0:hover {
  color: #fff;
}
.btn-hvr0:hover:before {
  width: 250px;
}
.btn-hvr1:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #0069ca transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr1:hover {
  color: #ecdcd4;
}
.btn-hvr1:hover:after {
  border-width: 330px 330px 0 0;
}
.btn-hvr1:active {
  background: #b27254;
}
.btn-hvr1-2 {
  color: #bc4b41;
}
.btn-hvr1-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #6a1a13;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr1-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #6a1a13 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr1-2:hover {
  color: #ebcac7;
}
.btn-hvr1-2:hover:before {
  border-width: 206.25px 0 0 206.25px;
}
.btn-hvr1-2:hover:after {
  border-width: 0 0 206.25px 206.25px;
}
.btn-hvr1-2:active {
  background: #b02b20;
}
.btn-hvr2 {
  color: #48a6b1;
}
.btn-hvr2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #0069ca;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #0069ca transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr2:hover {
  color: #c9e5e8;
}
.btn-hvr2:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr2:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr2:active {
  background: #0069ca;
}
.btn-hvr3 {
  color: #ad96a0;
}
.btn-hvr3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #5f4f56;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #5f4f56 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr3 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #5f4f56 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr3 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #5f4f56 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr3:hover {
  color: #e7e0e3;
}
.btn-hvr3:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-hvr3:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-hvr3:hover span:before {
  border-width: 0 0 165px 165px;
}
.btn-hvr3:hover span:after {
  border-width: 165px 165px 0 0;
}
.btn-hvr3:active {
  background: #9e838f;
}
.btn-hvr4 {
  color: #8d53b3;
}
.btn-hvr4:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #492064 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr4:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #492064;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr4:before,
.btn-hvr4:after {
  border-color: #492064;
}
.btn-hvr4 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #492064 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-hvr4 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent #492064 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-hvr4 span:before,
.btn-hvr4 span:after {
  border-color: #492064;
}
.btn-hvr4:hover {
  color: #decde9;
}
.btn-hvr4:hover:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:before {
  border-width: 20px 62.5px;
}
.btn-hvr4:hover span:after {
  border-width: 20px 62.5px;
}
.btn-hvr4:active {
  background: #7935a6;
}
.btn-hvr5 {
  color: #808695;
}
.btn-hvr5:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #3f444e transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-hvr5:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #3f444e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-hvr5:hover {
  color: #dadce0;
}
.btn-hvr5:hover:before,
.btn-hvr5:hover:after {
  border-width: 80px 262.5px;
}
.btn-hvr5:active {
  background: #697182;
}
.btn-hvr6 {
  color: #80629f;
}
.btn-hvr6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #402a55;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  z-index: -1;
}
.btn-hvr6:hover {
  color: #dad1e3;
}
.btn-hvr6:hover span {
  width: 562.5px;
  height: 562.5px;
}
.btn-hvr6:active {
  background: #6a468e;
}
.btn-hvr7 {
  color: #27692b;
}
.btn-hvr7:before,
.btn-hvr7:after,
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 63.5px;
  height: 0;
  background: #012f04;
}
.btn-hvr7:before {
  left: 0;
}
.btn-hvr7:after {
  left: 125px;
}
.btn-hvr7 span:before,
.btn-hvr7 span:after {
  top: auto;
  bottom: 0;
}
.btn-hvr7 span:before {
  left: 62.5px;
}
.btn-hvr7 span:after {
  left: 187.5px;
}
.btn-hvr7:hover {
  color: #c0d3c1;
}
.btn-hvr7:hover:before,
.btn-hvr7:hover:after,
.btn-hvr7:hover span:before,
.btn-hvr7:hover span:after {
  height: 80px;
}
.btn-hvr7:active {
  background: #014f06;
}
.btn-hvr8 {
  color: #5177a7;
}
.btn-hvr8:before,
.btn-hvr8:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #0069ca;
}
.btn-hvr8:after {
  top: auto;
  bottom: 0;
}
.btn-hvr8:hover:before,
.btn-hvr8:hover:after {
  height: 50%;
}
.btn-hvr8:active {
  background: #325f98;
}
.btn-hvr9 {
  color: #c93a8e;
}
.btn-hvr9:before,
.btn-hvr9:after,
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 0;
  background: rgba(115,14,73,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr9:after,
.btn-hvr9 span:before {
  top: auto;
  bottom: 0;
}
.btn-hvr9 span:before,
.btn-hvr9 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr9:hover {
  color: #efc5de;
}
.btn-hvr9:hover:before,
.btn-hvr9:hover:after,
.btn-hvr9:hover span:before,
.btn-hvr9:hover span:after {
  height: 80px;
}
.btn-hvr9:active {
  background: #c0177a;
}
.btn-hvr10 {
  color: #8f5c82;
}
.btn-hvr10:before,
.btn-hvr10:after,
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: rgba(74,38,65,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-hvr10:after,
.btn-hvr10 span:before {
  left: auto;
  right: 0;
}
.btn-hvr10 span:before,
.btn-hvr10 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-hvr10:hover {
  color: #decfda;
}
.btn-hvr10:hover:before,
.btn-hvr10:hover:after,
.btn-hvr10:hover span:before,
.btn-hvr10:hover span:after {
  width: 250px;
}
.btn-hvr10:active {
  background: #7b3f6c;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-hvr11 {
  position: relative;
  color: #9a7cba;
}
.btn-hvr11:before,
.btn-hvr11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #8865ae;
  border-radius: 50%;
}
.btn-hvr11:before {
  left: -20px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.btn-hvr11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.btn-hvr11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
.cs {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  padding: 16px 0;
  background: #8f9090;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1000;
}
.cs li {
  line-height: 50px;
  position: relative;
  text-align: center;
}
.cs li > a {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.cs li > a:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 34px;
  border-bottom: 1px solid #a5a6a6;
}
.cs li:last-child > a:after {
  display: none;
}
.cs li .txt {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  transform: translateX(100%);
  background: #0069ca;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  opacity: 0;
  transition: all .3s;
  z-index: 9;
}
.cs li:hover .txt {
  opacity: 1;
  transform: translateX(0);
}
.cs li .img {
  position: absolute;
  right: 50px;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: all .3s;
}
.cs li:hover .img {
  opacity: 1;
  transform: translateX(0);
}
.cs li .img img {
  width: 120px;
  height: 120px;
  padding: 5px;
  background: #fff;
}
.cs li .txt a {
  display: block;
  width: 100px;
  color: #fff;
  font-size: 16px;
}
.cs li:nth-child(3) .txt a {
  width: 160px;
}
.cs li .txt a img {
  margin-left: 10px;
}
.w {
  width: 1600px;
  margin: 0 auto;
}
.w:before,
.w:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.w1400:before,
.w1400:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}
.w1600:before,
.w1600:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.w-full {
  width: 100%;
}
.w-full:before,
.w-full:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.com-more {
  display: block;
  width: 1.6rem;
  height: .4rem;
  line-height: .4rem;
  margin-top: .5rem;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: .4rem;
  position: relative;
}
.com-more.center {
  margin: .5rem auto 0;
}
.com-more i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: .15rem;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg) translateY(-3px);
}
.com-title {
  padding-bottom: .3rem;
  text-align: center;
}
.com-title h3 {
  font-size: .36rem;
  position: relative;
}
.header-bg {
  height: auto;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header .w {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.header .logo {
  padding: .31rem 0;
}
.header .logo-link {
  font-size: 0;
}
.header .nav {
  flex: 1;
}
.header .nav-list {
  text-align: right;
}
.header .nav-list-item {
  display: inline-block;
  padding: 0 .1rem;
  margin: 0 .1rem;
  position: relative;
}
.header .nav-list-item-link {
  display: block;
  padding: .5rem 0;
  font-size: .18rem;
}
.header .nav-list-item:hover .nav-list-item-link,
.header .nav-list-item.active .nav-list-item-link {
  color: #0069ca;
}
.header .nav-subnav {
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  transform: translate(-50%,100%);
  padding: 0 .1rem;
  border-top: 2px solid #0069ca;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.header .nav-subnav a {
  display: block;
  min-width: 1.3rem;
  text-align: center;
  padding: .15rem 0;
  color: #666;
  font-size: .16rem;
  transition: all .3s;
}
.header .nav-subnav a:hover {
  color: #0069ca;
}
.header .nav-subnav a + a {
  border-top: 1px dashed #999;
}
.header .nav-list-item:hover .nav-subnav {
  bottom: 2px;
  opacity: 1;
  visibility: visible;
}
.header-side .phone {
  margin-right: 1vw;
  margin-left: .1rem;
  color: #0069ca;
  font-size: .24rem;
}
.header-side .phone .ico {
  width: .2rem;
  margin-right: .06rem;
}
.header-side .phone .ico,
.header-side .phone span {
  vertical-align: middle;
}
.header-side .lang{
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #0069ca;
    font-size: 14px;
    color: #fff;
    margin-right: 8px;
}
.header-side .wx {
  margin-right: 1vw;
}
.header-side .wx-pic {
  width: 1.5rem;
}
.header-side .com-dropdown .ico {
  /* filter: grayscale(100%);
  opacity: .5; */
  transition: all .3s;
}
.header-side .com-dropdown:hover .ico {
  filter: grayscale(0);
  opacity: 1;
}
.header-side .com-dropdown-bd {
  padding-top: .1rem;
}
.header-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  background: #fff;
}
.header-form .key {
  padding: .1rem;
  border: 1px solid #ccc;
}
.header-form .sub {
  padding: 0 .2rem;
  background-color: #0069ca;
  cursor: pointer;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
}
div.swiper-button-next:before {
  transform: rotate(180deg);
}
.index-banner {
  position: relative;
  width: 100%;
 padding-top: 127px;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 0 5px;
  background: #fff;
  opacity: .25;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-product .body-bd {
  text-align: center;
}
.index-product .body-bd li {
  padding-top: .1rem;
  padding-bottom: .1rem;
  position: relative;
  overflow: hidden;
}
.index-product .body-bd .box {
  padding-bottom: .3rem;
  background-color: #fff;
  position: relative;
}
.index-product .body-bd .img {
  height: 3.2rem;
  line-height: 3.2rem;
}
.index-product .body-bd .img img {
  max-width: 80%;
  max-height: 90%;
}
.index-product .body-bd .txt {
  transition: all .3s;
}
.index-product .body-bd .txt .t {
  height: 25px;
  padding-bottom: .05rem;
}
.index-product .body-bd .txt .type {
  height: 20px;
  color: #999;
}
.index-product .body-bd .popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 2vw;
  background: rgba(0,0,0,0.8);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.index-product .body-bd .popup .t {
  padding-bottom: .1rem;
  font-size: .18rem;
}
.index-product .body-bd .popup .p {
  font-size: .14rem;
  line-height: 2;
  text-align: left;
}
.index-product .body-bd .popup .more {
  display: block;
  margin-top: .2rem;
  color: #0069ca;
  font-size: .14rem;
}
.index-product .body-bd li:hover .popup {
  opacity: 1;
  visibility: visible;
}
.index-product .body-bd li:hover .txt {
  opacity: 0;
}
.index-product .body-side {
  width: 3.8rem;
  margin: .1rem 0;
  margin-left: .2rem;
  text-align: left;
  padding: .4rem;
}
.index-product .body-side .tit {
  padding-bottom: .15rem;
  font-size: .18rem;
  font-weight: 700;
}
.index-product .body-side .link-item {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: .1rem;
  color: #666;
  font-size: .14rem;
  background-image: url(../images/i_product_icon.png);
}
.index-product .body-side .link-item:hover {
  color: #0069ca;
  text-decoration: underline;
}
.index-product .body-side .more {
  display: block;
  max-width: 1.2rem;
  padding: .05rem .3rem;
  margin-top: .1rem;
  border-radius: 30px;
  color: #fff;
  font-size: .14rem;
  background-color: #0069ca;
}
.index-product .body-side .pic {
  margin-top: 1.5rem;
  max-width: 100%;
}
.index-about .img-pic {
  width: 100%;
}
.index-about .txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 4vw;
  padding-right: 2vw;
  background-color: #fff;
}
.index-about .txt .tit {
  padding-bottom: .2rem;
  font-size: .24rem;
}
.index-about .txt .p {
  color: #666;
  line-height: 2;
}
.index-about .txt-num {
  margin-top: .5rem;
}
.index-about .txt-num li:first-child .t sub {
  font-size: .14rem;
}
.index-about .txt-num .t {
  color: #0069ca;
  font-size: .48rem;
  font-weight: 700;
  line-height: 1;
}
.index-about .txt-num .t sub {
  font-size: .2rem;
  vertical-align: baseline;
}
.index-about .txt-num .subt {
  margin-top: .05rem;
  color: #666;
  font-size: .14rem;
}
.index-about .txt .more {
  display: block;
  width: 1.2rem;
  height: .3rem;
  line-height: .3rem;
  border-radius: .3rem;
  text-align: center;
  color: #fff;
  font-size: .14rem;
  background-color: #0069ca;
  margin-top: .5rem;
}
@media (max-width: 1200px) {
  .index-about .txt {
    padding: .2rem .3rem .4rem;
  }
}
.index-news-nav {
  margin-bottom: .35rem;
  text-align: center;
}
.index-news-nav a {
  display: inline-block;
  padding: .1rem .45rem;
  background-color: #fff;
  color: #0d0d0d;
  font-weight: 700;
  position: relative;
  transition: all .3s;
}
.index-news-nav a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: .2rem;
  margin-top: -0.1rem;
  border-left: 2px solid #333;
}
.index-news-nav a.on {
  color: #fff;
  background-color: #0069ca;
}
.index-news-nav a.on:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  height: .2rem;
  margin-top: -0.1rem;
  border-right: 2px solid #fff;
}
.index-news-nav a:last-of-type:after,
.index-news-nav a.active:after {
  right: -2px;
  border-left: 2px solid #fff;
}
.index-news .body .img-pic {
  width: 100%;
}
.index-news .body .txt {
  padding-top: .2rem;
  overflow: hidden;
}
.index-news .body .txt .t {
  padding-bottom: .05rem;
  color: #666;
}
.index-news .body .txt .p {
  height: .7rem;
  color: #999;
  font-size: .14rem;
  line-height: 2;
  border-bottom: 1px dashed #999;
}
.index-news .body .txt-ft {
  margin-top: .2rem;
  color: #999;
  font-size: .14rem;
}
.index-service {
  padding-top: .5rem;
}
.index-service .w {
  padding: .5rem .4rem;
  background: #e1f0f7;
}
.index-service .body .txt {
  padding-right: .3rem;
}
@media (max-width: 1200px) {
  .index-service .body .txt {
    padding-right: 0;
  }
}
.index-service .body .txt .tit {
  padding-bottom: .2rem;
  font-size: .36rem;
}
.index-service .body .txt .info {
  padding-right: 3vw;
  color: #666;
  font-size: .14rem;
  line-height: 2.5;
}
.index-service .body .txt .more {
  display: block;
  width: 1.2rem;
  height: .3rem;
  line-height: .3rem;
  border-radius: .3rem;
  text-align: center;
  color: #fff;
  font-size: .14rem;
  background-color: #0069ca;
  margin-top: .5rem;
}
.index-service .body .txt-num {
  padding-right: 7vw;
  margin-top: .6rem;
}
.index-service .body .txt-num .t {
  color: #0069ca;
  font-size: .48rem;
  font-weight: 700;
  line-height: 1;
}
.index-service .body .txt-num .t sub {
  color: #666;
  font-size: .14rem;
  vertical-align: baseline;
}
.index-service .body .txt-num .p {
  margin-top: .1rem;
  color: #666;
  font-size: .14rem;
}
.index-service .body .img-pic {
  width: 100%;
}
.com-nav {
  padding-bottom: .4rem;
  text-align: center;
}
.com-nav a {
  display: inline-block;
  padding: .1rem .2rem;
  margin: 0 .05rem;
  color: #cbcbcb;
}
.com-nav a:hover,
.com-nav a.active {
  color: #fff;
  background-color: #0069ca;
}
.banner {
  width: 100%;
  overflow: hidden;
  padding-top: 127px;
}
.banner.fff {
  background-color: #fff;
}
.banner .w {
  overflow: hidden;
}
.banner img {
  width: 100%;
  transition: all 1s;
}
.banner img:hover {
  transform: scale(1.02);
}
.banner .pos {
  color: #fff;
  line-height: 70px;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
.com-pages {
  margin-top: .4rem;
  padding-bottom: .6rem;
  text-align: center;
  font-size: 0;
}
.com-pages span,
.com-pages a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #666;
  font-size: .16rem;
  font-weight: 700;
  transition: all .3s;
  vertical-align: middle;
}
.com-pages a:first-of-type:before,
.com-pages a:last-of-type:before {
  content: '<';
  display: block;
  width: 100%;
  height: 100%;
}
.com-pages a:last-of-type:before {
  content: '>';
}
.com-pages a:hover {
  color: #fff;
  background-color: #0069ca;
}
.com-pages span {
  color: #fff;
  background-color: #0069ca;
}
.com-pages label {
  display: none;
}
.page-title {
  text-align: center;
  padding-bottom: 4vw;
}
.page-title p {
  padding-bottom: 20px;
  font-size: .28rem;
}
.page-title h3 {
  font-size: .32rem;
}
.page-nav {
  text-align: center;
}
.page-nav .w {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.page-nav a {
  display: inline-block;
  padding: .3rem .2rem;
  margin: 0 .1rem;
  font-size: .22rem;
  transition: all .3s;
}
.page-nav a:hover,
.page-nav a.active {
  color: #0069ca;
}
.product-nav {
  width: 3.8rem;
  padding: .1rem 0;
  margin-right: .2rem;
}
.product-nav .tit {
  padding: .15rem .4rem;
  background-color: #0069ca;
  color: #fff;
  font-size: .24rem;
  font-weight: 700;
}
.product-nav-bd {
  padding: 0 .4rem .35rem;
  background: #e6f0fa;
}

.product-nav-bd > li > a {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: .15rem 0;
  color: #0069ca;
  font-size: .18rem;
  border-bottom: 1px dashed #0069ca;
}
.product-nav-bd > li>a img{
    transition: .5s;   
}
.product-nav-bd > li > a:hover {
  text-decoration: underline;
}
.product-nav-bd > li.active>a{
    text-decoration: underline;
}
.product-nav-bd > li.active>a img{
    transform: rotate(90deg);
}
.product-nav-bd > li.active .pro-nav-title{
    display: block;   
}
.product-nav-bd > li .pro-nav-title{
     display: none;
}
.product-nav-bd > li .pro-nav-title .cell{
    padding: 20px 10px;
}
.product-nav-bd > li .pro-nav-title a{
     line-height: .36rem;
     color: #999;
}
.product-nav-bd > li .pro-nav-title a:hover,
.product-nav-bd > li .pro-nav-title a.on{
    color: #0069ca;
}



.case .main .img img {
  width: 100%;
}
.case .main .txt {
  background-color: #f4f4f4;
  padding-top: 3.7vh;
  padding-bottom: 2.7vh;
  text-align: center;
}
.case .main .txt .t {
  font-size: .2rem;
}
.case .main .txt .p {
  margin-top: .1rem;
  color: #666;
  font-size: .14rem;
}
.video .body .item {
  padding-top: .1rem;
  padding-bottom: .1rem;
}
.video .body .box {
  padding: .1rem;
  background-color: #fff;
  border: 1px dashed #666;
}
.video .body .img a{
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.video .body .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%;
}
.video .body .img a {
  display: block;
  position: relative;
}
.video .body .img a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: .65rem;
  height: .65rem;
  transform: translate(-50%,-50%);
  background: url(../images/icon_play.png) center no-repeat;
  background-size: .65rem auto;
}
.video .body .txt {
  padding-top: .3rem;
  text-align: center;
}
.video .body .txt .t {
  color: #666;
}
.partner-tip {
  text-align: center;
  opacity: .5;
  position: relative;
  z-index: 2;
}
.partner-tip .t {
  display: inline-block;
  padding: .1rem .3rem;
  border-radius: 30px;
  font-size: .2rem;
  color: #fff;
  background-color: #0069ca;
}
.partner-tip .line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #0069ca;
  z-index: -1;
}
.partner-tip .line:before,
.partner-tip .line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  border: 2px solid #0069ca;
  background-color: #fff;
}
.partner-tip .line:after {
  left: auto;
  right: 0;
}
.partner .main {
  padding-left: 1px;
  padding-top: .35rem;
  margin: 0;
}
.partner .main .item {
  padding: 0;
}
.partner .main .img {
  height: 1rem;
  line-height: 1rem;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.partner .main .img img {
  max-width: 90%;
  max-height: 90%;
}
.com-con img {
  max-width: 100%;
}
#ascrail2000 {
  width: 6px !important;
}
.nicescroll-cursors:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 50%;
  background-color: #0069ca;
}
.am-swiper {
  display: flex;
  margin: 0;
}
.service .main li {
  padding-top: .3rem;
}
.service .main .img {
  width: 5rem;
}
.service .main .img img {
  width: 100%;
}
.service .main .txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: .4rem;
  padding-right: .6rem;
  background: #fff;
}
.service .main .txt .t {
  padding-bottom: .15rem;
  font-size: .24rem;
}
.service .main .txt .p {
  line-height: 2;
}
.download .main {
  height: 6rem;
}
.download .main table {
  text-align: center;
  line-height: .56rem;
}
.download .main td,
.download .main th {
  border: 1px solid #ddd;
  width: 1%;
}
.download .main th {
  font-size: .18rem;
  font-weight: normal;
}
.download .main td {
  color: #666;
}
.swiper-main {
  position: relative;
}
.swiper-main div.swiper-button-prev {
  left: -0.6rem;
}
.swiper-main div.swiper-button-next {
  right: -0.6rem;
}
.swiper-main .swiper-scrollbar {
  height: 2px;
  bottom: -7.4vh;
}
.swiper-main .swiper-scrollbar-drag {
  background-color: #0069ca;
}
.swiper-main .swiper-scrollbar-drag:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #0069ca;
}
.about-padding {
  padding-bottom: .5rem;
}
.about {
  padding-top: .5rem;
}
.about .item {
  align-items: center;
}
.about .item-0 {
  flex-direction: row-reverse;
}
.about .body {
  background-color: #fff;
}
.about .body .txt {
  padding: .45rem 0;
}
.about .body .txt .t {
  padding: 0 .45rem;
  padding-bottom: .1rem;
  color: #0069ca;
  font-size: .34rem;
}
.about .body .txt .subt {
  padding: 0 .45rem;
  padding-bottom: .1rem;
  font-size: .24rem;
}
.about .body .txt .p {
  padding: 0 .45rem;
  color: #666;
  line-height: 1.6;
}
.about .body .img img {
  width: 100%;
}
.about-culture .body {
  align-items: center;
  background-color: #fff;
}
.about-culture .body .img img {
  width: 100%;
}
.about-culture .body .txt {
  background-color: #fff;
}
.about-culture .body .txt ul {
  padding: .4rem;
}
.about-culture .body .txt li {
  padding-bottom: .15rem;
  margin-bottom: .15rem;
  border-bottom: 1px solid #e1e1e1;
}
.about-culture .body .txt li .t {
  font-size: .24rem;
}
.about-culture .body .txt li .subt {
  color: #666;
  font-size: .18rem;
}
.about-culture .body .txt li .p {
  color: #666;
  line-height: 2;
}
.about-more {
  display: block;
  width: 1.3rem;
  height: .36rem;
  line-height: .34rem;
  border-radius: .36rem;
  margin: .35rem auto 0;
  color: #0069ca;
  text-align: center;
  border: 1px solid #0069ca;
  transition: all .3s;
}
.about-more:hover {
  color: #fff;
  background-color: #0069ca;
}
.about-honor .body .img {
  padding: .1rem;
  background: url(../images/honor_li_bg.png) center no-repeat;
  background-size: 100% 100%;
}
.about-honor .body .img img {
  width: 100%;
}
.about-honor .body .txt {
  padding-top: .15rem;
}
.about-honor .body .txt .t {
  color: #666;
  text-align: center;
}
.about-honor .body li {
  margin-bottom: .3rem;
}
.about-photo .body .img img {
  width: 100%;
}
.about-photo .body li {
  margin-bottom: .3rem;
}
#map {
  width: 100%;
  height: 6rem;
}
#map img {
  max-width: none;
  max-height: none;
}
#map .BMapLib_SearchInfoWindow .BMapLib_bubble_center {
  line-height: 1.5;
}
#map td {
  box-sizing: content-box;
}
#map .BMapLib_bubble_top {
  display: none !important;
}
#map .contact-win {
  padding-top: 2vw;
  text-align: center;
  background: #fff;
}
#map .contact-win .t {
  font-size: .2rem;
  font-weight: 700;
}
#map .contact-win .p {
  margin-top: .1rem;
  line-height: 1.5;
}
#map .contact-win .more {
  display: inline-block;
  width: .8rem;
  height: .25rem;
  line-height: .25rem;
  margin-left: .1rem;
  text-align: center;
  color: #fff;
  background-color: #0069ca;
  border-radius: 5px;
}
.contact-map .body {
  position: relative;
}
.contact-map .body-info {
  position: absolute;
  transform: translateY(-100%);
  padding: .3rem 5vw;
  background: rgba(0,0,0,0.55);
}
.contact-map .body-info .txt {
  color: #fff;
  font-size: .24rem;
}
.contact-map .body-info .btn {
  display: inline-block;
  width: 1.7rem;
  height: .36rem;
  line-height: .36rem;
  border-radius: .36rem;
  text-align: center;
  color: #fff;
  font-size: .18rem;
  background-color: #0069ca;
}
.contact-map .body-info .btn img {
  margin-right: .1rem;
}
.contact .body {
  padding: 4vw 5vw;
  background-color: #fff;
}
.contact-info-item {
  align-items: center;
}
.contact-info .img {
  width: .75rem;
  height: .75rem;
  line-height: .75rem;
  margin-right: .15rem;
  text-align: center;
  border-radius: 50%;
  background-color: #0069ca;
}
.contact-info .txt .t {
  color: #999;
  font-size: .18rem;
}
.contact-info .txt .phone {
  color: #0069ca;
  font-size: .36rem;
}
.contact-info .txt .p {
  padding-right: 5vw;
  color: #0069ca;
  font-size: .18rem;
}
.contact-addr {
  margin-top: .4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-addr::before{
    content: none !important;
}
.contact-addr .contact-addr-item{
    width: 50%;
}
.contact-addr-item {
  border: 1px solid #e1e1e1;
  margin-left: -0.5px;
  margin-top: -1px;
}
.contact-addr .txt {
  padding: .35rem;
}
.contact-addr .t {
  padding-bottom: .05rem;
  font-size: .22rem;
}
.contact-addr .p {
  color: #666;
  line-height: 1.8;
}
.contact-form .body {
  padding: .7rem 5vw;
  background-color: #fff;
}
.contact-form .body .form input {
  width: 100%;
  height: .6rem;
  padding: 0 .3rem;
  border: 1px solid #e1e1e1;
}
.contact-form .body .form textarea {
  width: 100%;
  height: 2.9rem;
  padding: .2rem .3rem;
  margin-top: .2rem;
  border: 1px solid #e1e1e1;
}
.contact-form .body .form .btns {
  margin-top: .4rem;
  text-align: center;
}
.contact-form .body .form .btns-btn {
  display: inline-block;
  width: 1.5rem;
  height: .36rem;
  line-height: .34rem;
  border-radius: .36rem;
  margin: 0 .15rem;
  color: #fff;
  font-size: .18rem;
  background: #b5b5b5;
}
.contact-form .body .form .btns .sub {
  background-color: #0069ca;
}
.news .main .item {
  padding: .35rem;
  margin-top: .25rem;
  background-color: #fff;
}
.news .main .img {
  width: 3rem;
  margin-right: .4rem;
}
.news .main .img img {
  width: 100%;
}
.news .main .txt {
  padding-top: .25rem;
  padding-right: .4rem;
}
.news .main .txt .d {
  display: none;
}
@media (max-width: 1200px) {
  .news .main .txt .d {
    display: block;
  }
}
.news .main .txt .t {
  padding-bottom: .2rem;
  font-size: .22rem;
}
.news .main .txt .p {
  max-height: 1.1rem;
  color: #666;
  line-height: 2;
}
.news .main .txt .more {
  display: block;
  margin-top: .2rem;
  color: #0069ca;
}
.news .main .date {
  width: 2.25rem;
  padding-right: .35rem;
  padding-top: .75rem;
  text-align: right;
  line-height: 1;
  border-left: 1px solid #e1e1e1;
}
@media (max-width: 1200px) {
  .news .main .date {
    display: none;
  }
}
.news .main .date p {
  padding-bottom: .1rem;
  color: #666;
  font-size: .5rem;
}
.news .main .date span {
  color: #b3b3b3;
  font-size: .2rem;
}
.faq .main .item {
  margin-bottom: .25rem;
  background-color: #fff;
}
.faq .main .t {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  padding: .18rem 1rem;
  cursor: pointer;
}
.faq .main .t .box-ico {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  line-height: .5rem;
  margin-right: .4rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: .3rem;
  font-style: normal;
  background: #666;
}
.faq .main .t span {
  flex: 1;
  font-size: .22rem;
}
.faq .main .t .box-btn {
  width: auto;
  color: #666;
  font-style: normal;
  cursor: pointer;
}
.faq .main .t .box-btn:after {
  display: inline-block;
  content: '+';
  font-size: .3rem;
}
.faq .main .con {
  display: none;
  padding-left: 1.9rem;
  padding-right: 1rem;
  padding-bottom: .4rem;
}
.faq .main .item.active .box-btn:after {
  content: '-';
  color: #0069ca;
  font-size: .4rem;
}
.faq .main .item.active .con {
  display: block;
}
.news-position {
  color: #999;
  font-size: .18rem;
}
.news-position .w {
  background-color: #fff;
  padding: .25rem 2vw;
  border-bottom: 1px solid #e1e1e1;
}
.news-position .back {
  vertical-align: middle;
}
.news-position .back img {
  width: .3rem;
  margin-right: .05rem;
}
.news-position a:hover {
  color: #0069ca;
}
.news-detail {
  padding-top: .25rem;
}
.news-detail .main-bd {
  background-color: #fff;
}
.news-detail .main-bd-tit {
  padding: .55rem 5vw 0;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.news-detail .main-bd-tit .tit {
  padding-bottom: .2rem;
  font-size: .24rem;
}
.news-detail .main-bd-tit .p {
  padding-bottom: .3rem;
  color: #999;
  font-size: .14rem;
}
.news-detail .main-bd-con {
  padding: .4rem 5vw;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
}
.news-detail .main-bd-con img,
.news-detail .main-bd-con video,
.news-detail .main-bd-con iframe {
  max-width: 100%;
  height: auto;
}
.news-detail .main-bd-ft {
  padding: .2rem 5vw .5rem;
}
.news-detail .main-bd-ft p {
  color: #666;
  margin-bottom: .2rem;
  vertical-align: middle;
}
.news-detail .main-bd-ft p a {
  display: inline-block;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.news-detail .main-bd-ft p a:hover {
  color: #0069ca;
  text-decoration: underline;
}
.news-detail .main-bd-ft .side {
  margin-left: .2rem;
}
.news-detail .main-bd-ft .back {
  display: inline-block;
  width: 1.3rem;
  height: .4rem;
  line-height: .38rem;
  border-radius: .4rem;
  text-align: center;
  color: #0069ca;
  border: 1px solid #0069ca;
  transition: all .3s;
}
.news-detail .main-bd-ft .back:hover {
  color: #fff;
  background-color: #0069ca;
}
.news-detail .main-side {
  width: 3.8rem;
  margin-left: .25rem;
}
.news-detail .main-side-item {
  padding-bottom: .4rem;
  background-color: #fff;
}
.news-detail .main-side-item:last-of-type {
  margin-top: .25rem;
}
.news-detail .main-side-tit {
  padding: .3rem 2vw;
  color: #666;
  font-size: .18rem;
  border-bottom: 1px solid #e1e1e1;
}
.news-detail .main-side-list {
  padding: 0 2vw;
}
.news-detail .main-side-list-item {
  margin-top: .3rem;
}
.news-detail .main-side-list .d-flex {
  align-items: center;
}
.news-detail .main-side-list .img {
  width: .8rem;
  margin-right: .2rem;
}
.news-detail .main-side-list .img img {
  width: 100%;
  height: 54px;
}
.news-detail .main-side-list .txt {
  overflow: hidden;
}
.news-detail .main-side-list .txt .tit {
  width: 100%;
  padding-bottom: .06rem;
  color: #666;
}
.news-detail .main-side-list .txt .p {
  color: #999;
  font-size: .14rem;
}
.news-detail .main-side-relation {
  padding: 2vw;
  color: #666;
}
.position {
  margin-top: 16vh;
  padding: .15rem 0;
  line-height: 1;
  overflow: hidden;
}
.position span.icon {
  content: '';
  display: inline-block;
  margin-right: 3px;
  border: 6px solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-left-color: #0069ca;
  vertical-align: middle;
}
.position a {
  vertical-align: middle;
}
.position a:hover {
  color: #0069ca;
  text-decoration: underline;
}
.position .back-icon {
  display: inline-block;
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  color: #fff;
  background-color: #0069ca;
  margin-right: 5px;
  margin-top: -2px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.position .back-icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: translate(-36%,-50%) rotate(45deg);
}
.pro-detail .body {
  padding: 1rem 5vw;
  background-color: #fff;
  align-items: center;
}
.pro-detail .body-list {
  width: 1.2rem;
  padding: .5rem 0;
  margin-right: .2rem;
  position: relative;
}
.pro-detail .body-list-bd {
  height: 4.4rem;
}
.pro-detail .body-list li {
  border: 1px solid #e1e1e1;
  cursor: pointer;
  text-align: center;
}
.pro-detail .body-list li img {
  max-width: 100%;
  max-height: 100%;
  padding: .1rem;
}
.pro-detail .body-list .swiper-slide-thumb-active {
  border: 1px solid #0069ca;
}
.pro-detail .body-big {
  border: 1px solid #e1e1e1;
}
.pro-detail .body-big-bd {
  height: 5.5rem;
}
.pro-detail .body-big li {
  text-align: center;
  line-height: 5.5rem;
}
.pro-detail .body-big li img {
  max-width: 90%;
  max-height: 90%;
}
.pro-detail .body-side {
  width: 5.7rem;
  margin-left: .4rem;
}
.pro-detail .body-side .t {
  padding-bottom: .2rem;
  font-size: .24rem;
}
.pro-detail .body-side .p {
  color: #666;
}
.pro-detail .body-side .get {
  display: block;
  width: 1.6rem;
  height: .36rem;
  line-height: .36rem;
  border-radius: .36rem;
  margin-top: .3rem;
  text-align: center;
  color: #fff;
  background-color: #0069ca;
  font-size: .18rem;
}
.pro-detail .body .swiper-btn {
  position: absolute;
  left: 50%;
  right: auto;
  top: 0;
  bottom: auto;
  background: none;
  transform: translateX(-50%);
}
.pro-detail .body .swiper-btn:before {
  display: none;
}
.pro-detail .body .swiper-btn:after {
  width: .35rem;
  height: .35rem;
  content: '';
  background: none;
  border: .05rem solid #e1e1e1;
  border-right: none;
  border-bottom: none;
  transform: translate(-0.15rem,.15rem) rotate(45deg);
  transition: all .3s;
}
.pro-detail .body .swiper-btn:hover:after {
  border-color: #0069ca;
}
.pro-detail .body .swiper-button-next {
  top: auto;
  bottom: 0;
}
.pro-detail .body .swiper-button-next:after {
  transform: translate(-0.15rem,-0.3rem) rotate(-135deg);
}
.pro-content {
  padding-top: .25rem;
}
.pro-content .body-bd {
  background-color: #fff;
}
.pro-content .body-bd-nav {
  padding: .3rem 5vw .22rem;
  border-bottom: 1px solid #e1e1e1;
}
.pro-content .body-bd-nav a {
  display: inline-block;
  color: #666;
  font-size: .18rem;
  line-height: 1;
  position: relative;
}
.pro-content .body-bd-nav a.active {
  color: #0069ca;
}
.pro-content .body-bd-nav a ~ a {
  padding-left: .3rem;
  margin-left: .3rem;
}
.pro-content .body-bd-nav a ~ a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #666;
}
.pro-content .body-bd-con {
  padding: .35rem 5vw;
}
.pro-content .body-bd-con .tit {
  padding: .3rem 0 .15rem;
  font-size: .18rem;
}
.pro-content .body-bd-con .con {
  color: #666;
}
.pro-content .body-bd-con .con img{
 max-width: 100%;
}
.pro-content .body-side {
  width: 3.8rem;
  margin-left: .25rem;
  background-color: #fff;
}
.pro-content .body-side .tit {
  padding: .3rem 2vw .2rem;
  color: #666;
  font-size: .18rem;
  border-bottom: 1px solid #e1e1e1;
}
.pro-content .body-side .list {
  padding: .35rem 2vw;
}
.pro-content .body-side .list li {
  margin-bottom: .2rem;
  text-align: center;
}
.pro-content .body-side .list li .img {
  padding: .25rem .2rem;
  border: 1px solid #e1e1e1;
}
.pro-content .body-side .list li .img img {
  width: 100%;
}
.pro-content .body-side .list li .txt {
  padding-top: .2rem;
}
.pro-content .body-side .list li .txt .t {
  color: #666;
}
.footer {
  padding-top: .45rem;
  z-index: 999;
}
.footer.fff {
  background: #fff;
}
.footer-hd {
  padding-bottom: .9rem;
  justify-content: space-between;
}
.footer-nav dl {
  display: inline-block;
  padding-right: 6vw;
}
.footer-nav dl:last-of-type {
  border-right: 1px solid #e0e0e0;
}
.footer-nav dl dt {
  padding-bottom: .1rem;
  color: #666;
}
.footer-nav dl dd {
  color: #666;
  font-size: .14rem;
  line-height: 2.2;
}
.footer-nav dl a {
  display: inline-block;
}
.footer .child-inline-block {
  white-space: nowrap;
}
.footer-info {
  margin-right: 6vw;
  text-align: left;
}
.footer-info .phone {
  padding-bottom: .1rem;
  color: #0069ca;
  font-size: .4rem;
}
.footer-info .item {
  margin-bottom: .1rem;
  color: #666;
  font-size: .14rem;
}
.footer-info .item img {
  width: .22rem;
  margin-right: .05rem;
  position: relative;
  top: -3px;
}
.footer-info .item span,
.footer-info .item img {
  vertical-align: bottom;
}
.footer-qrcode dt{
  float: left;
  margin-left: 20px;
}
.footer-qrcode img {
  width: 1.5rem;
}
.footer-qrcode p {
  margin-top: .1rem;
  color: #999;
  text-align: center;
}
.footer-ft {
  padding: .2rem 0;
  color: #999;
  font-size: .14rem;
  border-top: 1px solid #e0e0e0;
}
.footer-ft a {
  margin: 0 4px;
}
.footer-ft .mlr {
  margin: 0 6vw;
}
.footer a {
  transition: transform .3s;
}
.footer a:hover {
  color: #0069ca;
  text-decoration: underline;
  transform: translateX(3px);
}
.sea-product {
  padding-top: 10px;
}
.sea-product ul.mycol {
  margin: 0 -10px;
}
.sea-product li.col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.sea-product li {
  transition: all .3s;
}
.sea-product li:hover {
  transform: translateY(-10px);
}
.sea-product li .img {
  height: 280px;
  line-height: 280px;
  text-align: center;
  position: relative;
}
.sea-product li img {
  max-width: 80%;
  max-height: 80%;
}
.sea-product li h4 {
  height: 50px;
  line-height: 50px;
  color: #1e242b;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
}
.search-title{
    border-bottom: 1px #0069ca solid;
    padding-top: 40px;
    display: flex;
}
.search-title a{
    width:140px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-right: 3px;
}
.search-title a.active,.search-title a:hover{
    background: #0069ca;
    color: #fff;
}
.search form{
    margin-top: 40px;
    height: 50px;
    display: flex;
    border: 1px #ddd solid;
    border-radius: 4px;
    width: 100%;
}
.search form .key{
    flex: 1;
    width: 100%;
    padding: 0 10px;
    color: #666;
}
.search form .btn-search{
    width: 100px;
    height: 100%;
}
.search form .btn-search:hover{
    background: #0069ca;
    color: #fff;
    cursor: pointer;
}
.download ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.download ul li{
    width: 49%;
    margin-bottom: 2%;
}
.download ul li a{
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
}
.download ul li a .text{
    flex: 1;
    margin-left: 16px;
}
.download ul li a .text h3{
    color: #0069ca;
    font-size: 20px;
    margin-bottom: 6px;
}
.download ul li a .text span{
    width: 150px;
    height: 36px;
    background: #0069ca;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 70px;
  }
}
@media (max-width: 1700px) {
  .w {
    width: 1500px;
  }
}
@media (max-width: 1520px) {
  html {
    font-size: 90px;
  }
  .w {
    width: 1300px;
  }
  .header .nav-list-item {
    margin: 0 .05rem;
  }
}

@media (max-width: 1440px) {
.index-banner{padding-top: 114px;}
.banner {padding-top: 114px;}
}

@media (max-width: 1340px) {
  html {
    font-size: 84px;
  }
  .w {
    width: 86%;
  }
  .header .nav-list-item {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .header {
    display: none;
  }
  .header-m {
    display: block;
  }
  .footer-info {
    margin-right: 2vw;
  }
  .footer-hd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
  }
  body {
    padding-top: .6rem;
  }
}
@media (max-width: 1100px) {
  .footer-nav {
    display: none;
  }
  .footer .child-inline-block {
    text-align: center;
  }
  .footer-contact{
    flex-direction: column;
  }
}


/*====2024-10-18 分页样式=====*/
.pagination{padding:25px 0 50px;text-align:center;overflow:hidden;}
.pagination a{font-size:12px;line-height:30px;display:inline-block;height:30px;padding:0 12px;text-align:center;color:#333;border: 1px solid #e3e3e3;background:#fff;margin-left:2px;}
.pagination a.a1{line-height:30px;height:30px;margin-top:0;padding:0 12px;}
.pagination a:hover{text-decoration:none;color:#000;background:#f1f1f1;}
.pagination span{line-height:30px;display:inline-block;height:30px;padding:0 12px;text-align:center;color:#fff;margin-left:2px;background:#0069ca;color:#fff;border:1px solid #0069ca;}